'Declaration Function CanRemoveRange( _ ByVal startingIndex As Integer, _ ByVal count As Integer _ ) As Boolean
bool CanRemoveRange( int startingIndex, int count )
Parameters
- startingIndex
- The index of the items that would be removed.
- count
- The number of items to be removed.